I have a string that gets generated below:
192.168.1.1,UPDOWN,Line protocol on Interface GigabitEthernet1/0/13, changed state to up
How can I take that string and make 2 variables out of it (using bash)?
For example I want
$ip=192.168.1.1
$int=GigabitEthernet1/0/13